home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / busition / invintr / ii62.exe / PACKHEAD.FRM < prev    next >
Encoding:
Text File  |  1993-06-18  |  1.7 KB  |  23 lines

  1. ~P_INIT~
  2.                           P A C K I N G  L I S T
  3.              ╒═════════════════════════════════════════════════╕
  4.              │~padc(upper(m_name),48)~ │
  5.              ╘═════════════════════════════════════════════════╛
  6.  ~padc(trim(M_adr1)+" "+trim(M_adr2)+" "+trim(M_adr3),78)~
  7.               ~padc(M_phone,48)~
  8. ┌────────────[sold to]───────────────┐  ┌────────────[ship to]───────────────┐
  9. │~PAD(customer->name,35)~ │  │~PAD(customer->ship_to,35)~ │
  10. │~PAD(customer->company,35)~ │  │~PAD(customer->company,35)~ │
  11. │~PAD(customer->address,35)~ │  │~PAD(customer->ship_addr,35)~ │
  12. │~PAD(trim(customer->city)+", "+customer->state+"  "+trim(customer->zip),35)~ │  │~PAD(trim(customer->ship_city)+", "+customer->ship_state+"  "+trim(customer->ship_zip),35)~ │
  13. ├──[customer id]────┬──[telephone]───┤  ├──[         ]────┬──[          ]────┤
  14. │    ~pos->cust_id~        │~customer->phone~ │  │                 │                  │
  15. └───────────────────┴────────────────┘  └─────────────────┴──────────────────┘
  16. ┌[INVOICE]┬[date]─────┬[trx type]┬[sales rep]────────────────────────────────┐
  17. │~pos->(recno())~  │~pos->date~ │~pos->trx_type~      │~pos->sales_rep~   ~sale_rep->name~ │
  18. ├[taxable]┼[ship date]┼[weight]──┼[ship via]─────────────────────────────────┤
  19. │~if(pos->is_taxable,"Yes","No ")~      │~pos->ship_date~ │~pos->weight~│~pos->ship_via~                           │
  20. └─────────┴───────────┴──────────┴───────────────────────────────────────────┘
  21. ┌────┬─────────────────────┬───────┬───────┬────┬───────────────────────────┐
  22. │item│item no./description │ordered│shipped│unit│shipped to date            │
  23. └────┴─────────────────────┴───────┴───────┴────┴───────────────────────────┘